GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Styles クラス > GetCommonStyle メソッド : GetCommonStyle(Worksheet,Int32,Int32,Int32,Int32,Nullable<Boolean>,Boolean) メソッド |
'宣言
Public Overloads Shared Function GetCommonStyle( _ ByVal worksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByRef isNormalFont As Nullable(Of Boolean), _ Optional ByVal borderOnly As Boolean _ ) As StyleFormat
public static StyleFormat GetCommonStyle( Worksheet worksheet, int row, int column, int row2, int column2, out Nullable<bool> isNormalFont, bool borderOnly )